home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / MMD101.ZIP / MK_MDIR.DOC < prev    next >
Encoding:
Text File  |  1996-04-26  |  7.8 KB  |  250 lines

  1.  
  2. Disclaimer of warranty . . . . . . . . . . . . . . . . . . . . . .2
  3.  
  4. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . .3
  5.  
  6. Installation . . . . . . . . . . . . . . . . . . . . . . . . . . .4
  7.  
  8. Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5
  9.  
  10. Registration . . . . . . . . . . . . . . . . . . . . . . . . . . .7
  11.  
  12. Server updates and patches . . . . . . . . . . . . . . . . . . . .8
  13.  
  14. Reaching us. . . . . . . . . . . . . . . . . . . . . . . . . . . .9
  15.  
  16. Registration Form. . . . . . . . . . . . . . . . . . . . . . . . 10
  17.  
  18.  
  19. Disclaimer of warranty
  20.  
  21.  
  22.   THIS SOFTWARE AND MANUAL ARE SUPPLIED "AS IS". THE AUTHOR HEREBY
  23.   DISCLAIMS ALL WARRANTIES RELATING TO THIS SOFTWARE AND ITS
  24.   DOCUMENTATION FILE, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  25.   TO DAMAGE TO HARDWARE, SOFTWARE AND/OR DATA FROM USE OF THIS
  26.   PRODUCT. IN NO EVENT WILL THE AUTHOR OF THIS SOFTWARE BE LIABLE
  27.   TO YOU OR ANY OTHER PARTY FOR ANY DAMAGES. YOUR USE OF THIS
  28.   SOFTWARE INDICATES THAT YOU HAVE READ AND AGREE TO THESE AND
  29.   OTHER TERMS INCLUDED IN THIS DOCUMENTATION FILE.
  30.  
  31.  
  32.   DUE TO THE NATURE OF EVOLVING PROGRAMMING AND THE VARIOUS
  33.   HARDWARE AND SOFTWARE ENVIRONMENTS IN WHICH THIS SOFTWARE MAY
  34.   BE USED, IT IS UNDERSTOOD THAT OCCASIONAL "BUGS" OR UNFITNESS
  35.   MAY ARISE. THE USER SHOULD ALWAYS TEST THIS SOFTWARE THOROUGHLY
  36.   WITH NON-CRITICAL DATA BEFORE RELYING ON IT.
  37.  
  38.  
  39. Introduction
  40.  
  41.  
  42. MK_MDIR is a public domain utility for creating SYS:MAIL directories on a 
  43. Netware 4.10 server in order to work with programs like Pegasus Mail, 
  44. Windows 95 etc. Because a lot of programs still work with these mail-
  45. directories and Netware 4.1 doesn't create them, MK_MDIR can help you. While 
  46. registration is free, a license-key is required.
  47.  
  48.  
  49. Installation
  50.  
  51.  
  52.  
  53. Installation is simple. Just copy MK_MDIR.NLM together with the MK_MDIR.INI 
  54. to the SYSTEM directory of the SYS: volume of the target server. If you like,
  55. you can put it in a subdirectory (e.g. SYSTEM\WVW). In the latter don't 
  56. forget loading the NLM by giving its exact location 
  57. (LOAD SYS:SYSTEM\WVW\MK_MDIR) or giving an extra SEARCH assignment 
  58. (SEARCH ADD SYS:SYSTEM\WVW) in AUTOEXEC.NCF. 
  59.  
  60. When you receive a registration key, you can open MK_MDIR.INI with any normal 
  61. ASCII-editor and insert it. If you don't have a registration key, MK_MDIR 
  62. will only show what directories would be created and/or deleted.
  63.  
  64. After following these installation-steps, you're ready to load the NLM by 
  65. giving the LOAD MK_MDIR command on the file server console. See examples for 
  66. more detailed information.
  67.  
  68.  
  69. MK_MDIR.INI looks like this:
  70.  
  71. # This file controls the behaviour of MK_MDIR.NLM
  72.  
  73. [MakeMailDir]
  74. # These are some switches
  75. beep          yes     # Audible reminders
  76. deleteDir     Yes     # Remove obsolete directories
  77. quiet         No      # Report actions on the System-Console
  78.  
  79. # This is the license information
  80. UserName      WvW_User
  81. License       WvW_License
  82. Key           WvW_Key
  83.  
  84.  
  85. After receiving your personal key insert UserName, License and Key. In the 
  86. example above you must replace the strings WvW_User, WvW_License and WvW_Key 
  87. to do so. The beep, deletedir and quiet keywords can be used to fine-tune 
  88. MK_MDIR.NLM to your own needs:
  89.  
  90.  - Beep tels MK_MDIR to sound a beep everytime a directory is created 
  91.    or removed
  92.  
  93.  - DeleteDir indicates whether directories should be removed when a user 
  94.    is deleted. Files in these directories will be removed too.
  95.  
  96.  - Quiet will suppres the messages on the system console. MK_MDIR will run 
  97.    completely in the background when this setting is set to Yes, and Beep is 
  98.    set to No.
  99.  
  100.  
  101. Examples
  102.  
  103.  
  104. Example 1:
  105.  
  106. In the following example you'll see that before loading MK_MDIR the users 
  107. WOUTER and ROEL didn't have an appropriate SYS:MAIL directory. After loading, 
  108. MK_MDIR checks the users in the organizational unit(s) for which the
  109. bindery setting on that server is set, and creates the appropriate mail-
  110. directories. MK_MDIR then stays dormant.
  111. When a user called TEMP is created later on, MK_MDIR wakes up and creates the 
  112. mail-directory for this user as well:
  113.  
  114. WVW_FS01:load mk_mdir
  115. Loading module MK_MDIR.NLM
  116.   Make SYS:MAIL directories (MK_MDIR)
  117.   Version 1.01a   April 2, 1996
  118.   (C) Copyright 1996  WvWageningen (WvW).  All Rights Reserved.
  119.   Licensed to: WVW_SOFTWARE
  120.  
  121. Bindery context:
  122. O=WVW
  123.  
  124. [96/04/02 21:14:17] Directory created for user WOUTER (SYS:MAIL\C200000C)
  125. [96/04/02 21:14:17] Granted [ RWCEMF ] to WOUTER for SYS:MAIL\C200000C
  126. [96/04/02 21:14:59] Directory created for user ROEL (SYS:MAIL\C500002D)
  127. [96/04/02 21:14:59] Granted [ RWCEMF ] to ROEL for SYS:MAIL\C500002D
  128.  
  129. [later on...]
  130. [96/04/02 22:16:02] Directory created for user TEMP (SYS:MAIL\C8000002)
  131. [96/04/02 22:16:02] Granted [ RWCEMF ] to TEMP for SYS:MAIL\C8000002
  132.  
  133.  
  134.  
  135. Example 2:
  136.  
  137. If you load MK_MDIR with the DeleteDir option enabled, like in the next 
  138. example, MK_MDIR also removes mail-directories which don't correspond with 
  139. existing users. When you delete an user from an organizational unit for which 
  140. the bindery setting on this server is set, MK_MDIR also automatically deletes 
  141. the corresponding mail-directory. Files in this mail-directory will be 
  142. deleted:
  143.  
  144. WVW_FS01:load mk_mdir
  145. Loading module MK_MDIR.NLM
  146.   Make SYS:MAIL directories (MK_MDIR)
  147.   Version 1.01a   April 2, 1996
  148.   (C) Copyright 1996  WvWageningen (WvW).  All Rights Reserved.
  149.   Licensed to: WVW_SOFTWARE
  150.  
  151.   Automatically removing obsolete directories 
  152.  
  153. Bindery context:
  154. O=WVW
  155.  
  156. [96/04/02 21:16:42] Removed directory SYS:MAIL\C1000007
  157. [96/04/02 21:16:42] Removed directory SYS:MAIL\C8000002
  158. [96/04/02 21:28:04] Removed file SYS:MAIL\C500002D\TESTFILE
  159. [96/04/02 21:28:04] Removed directory SYS:MAIL\C500002D
  160.  
  161.  
  162.  
  163. Registration
  164.  
  165.  
  166. Although MK_MDIR is a public domain utility, it requires a registration key. 
  167. By getting to know our users, we hope to anticipate to your wishes for our 
  168. future releases. Please fill out the registration form and we will send you a
  169. registration key by E-mail. 
  170.  
  171. See  Registration Form  for a registration form.
  172.  
  173. See  Installation  for further instructions about using a registration key.
  174.  
  175.  
  176. Server updates and patches
  177.  
  178.  
  179. MK_MDIR.NLM can be loaded, and has been tested in the protected domain on a 
  180. Netware 4.10 server. This will not decrease the performance noticably.
  181.  
  182. MK_MDIR.NLM was tested on a Netware 4.10 server installed with the following 
  183. updates and patches:
  184.  
  185. Patches:
  186.  
  187. 410PT3.EXE
  188. 410IT6.EXE
  189.  
  190. Updates:
  191.  
  192. 41NDS6.EXE
  193. LIBUP8.EXE
  194. LANDR4.EXE
  195. TCP41B.EXE
  196. 41RTR3.EXE
  197. CDUP3.EXE
  198. STRTL4.EXE
  199.  
  200. These updates can be found on Netwire and Compuserve. If you like to know 
  201. more about these updates and patches, we can recommend you to visit the 
  202. website of the NGN: http://www.ngn.nl. 
  203. http://www.ngn.nl/zui/zui_e.html contains a splendid survey about updates 
  204. and patches for Netware 3.11, 3.12 and 4.10 servers.
  205.  
  206.  
  207. Reaching us:
  208.  
  209. Support will be given to registrated users at the discretion of the 
  210. programmer. Please be as elaborate as possible when you report a bug. 
  211. Especially version numbers of NLM's and other packages that run on the 
  212. server need to be included for us to be able to help you quickly. You
  213. can download a utility called NWREV.EXE from http://www.ngn.nl/zui/zui_e.html
  214. to send us such a list. 
  215.  
  216. Information on updates will be sent if indicated on the registration form.
  217.  
  218. Information requests and questions:
  219. rovabu@euronet.nl
  220.  
  221. Bug reports and technical information:
  222. wvw@xs4all.nl
  223.  
  224. or:
  225.  
  226. WVW
  227. Breitnerstraat 26
  228. 2665 XD 
  229. Bleiswijk
  230. The Netherlands
  231. Fax: +31-(0)20-6221196
  232.  
  233.  
  234. Registration Form
  235.  
  236. The registration Form can be found in the file MK_MDIR.REG
  237.  
  238.  
  239.  
  240.  
  241.  
  242. Send your filled out registration form to:
  243.  
  244.  
  245. Internet:     rovabu@euronet.nl
  246. Fax:          +31-(0)20-6221196
  247. Fidonet:      2:286/501.10
  248.  
  249.  
  250.